/* 顶部-轮播图 */

.slider {
  height: 480px;
  width: 100%;
  position: relative;
  min-width: 1080px;
  overflow: hidden;
}

.slider .slider-h2 {
  width: 900px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-family: 'Alibaba-PuHuiTi-Light';
  font-size: 58px;
  font-weight: 300;
  font-style: italic;
  text-shadow: 0px 0px 101px rgba(18, 7, 1, 1);
  -webkit-text-stroke: 1px undefined;
  text-stroke: 1px undefined;
  letter-spacing: 14px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.slider .s-img li {
  position: absolute;
  display: none;
}

.slider .s-img li img {
  height: 480px;
  width: auto;
  //filter: brightness(60%);
}

.slider .s-img li:first-child {
  display: block;
}

.slider .arrow {
  display: none;
}

.slider:hover .arrow {
  display: block;
}

.slider .arrow-left,
.arrow-right {
  font-family: 'Alibaba-PuHuiTi-Light';
  width: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
}

.slider .arrow-left:hover,
.arrow-right:hover {
  background-color: rgba(0, 0, 0, .5);
}

.slider .arrow-left {
  left: 0;
}

.slider .arrow-right {
  right: 0;
}

.slider .circle {
  position: absolute;
  bottom: 70px;
  right: 140px;
}

.slider .circle li {
  width: 25px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  margin: 10px;
}

.slider .circle .current {
  background-color: #FF902A
}


/* 产品说明 */

.product-ex {
  width: 1250px;
  margin-right: auto;
  margin-left: auto;
}


/* 合作伙伴-轮播图 */

.p-slider {
  height: 610px;
  width: 100%;
  min-width: 1280px;
  position: relative;
  background-color: rgba(251, 251, 251, 1);
}

.p-slider .p-s-h2 {
  font-size: 42px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(27, 24, 21, 1);
}

.p-slider .s-div {
  position: relative;
  width: 1250px;
  overflow: hidden;
  height: 400px;
}

.p-slider .s-div .p-img {
  position: absolute;
  left: 0;
  flex-wrap: wrap;
  height: 390px;
}

.p-slider .s-div .p-img li {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.p-slider .s-div .p-img li .pp-img{
  width: 198px;
  height: 100px;
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(110, 98, 86, 0.1);
  overflow: hidden;
}

.p-slider .s-div .p-img li .pp-name{
  font-size: 20px;   
  color: #3D3533;
}
.p-slider .s-div .p-img li img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.p-slider .p-circle li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
}

.p-slider .p-circle .p-current {
  background-color: #f40;
}


/* 合作伙伴-轮播图 */


/*banner*/

.slide_tips {
  display: block;
  width: 30px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 62px;
  z-index: 2;
}

.slide_tips .s_line {
  display: block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0px;
  background: #fff;
}

.slide_tips .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0px;
  font-size: 12px;
  letter-spacing: 2px;
}

.slide_tips .s_line {
  animation: a_banner_s_line 3s 0.3s linear both infinite;
  -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 1;
}
20% {
  transform: scale(1, 0.01);
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  -moz-transform: scale(1, 0.01);
  -o-transform: scale(1, 0.01);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 1;
}
30% {
  transform: scale(1, 0.01);
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  -moz-transform: scale(1, 0.01);
  -o-transform: scale(1, 0.01);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 0;
}
31% {
  transform: scale(1, 0.01);
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  -moz-transform: scale(1, 0.01);
  -o-transform: scale(1, 0.01);
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  opacity: 0;
}
50% {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  opacity: 1;
}
100% {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  opacity: 1;
}
}


/*首页内容*/


/*公司介绍 */

.descript_area {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.descript_area .txt {
  text-align: center;
  font-size: 24px;
  line-height: 54px;
  padding: 105px 0 74px;
  /* font-size: 30px; */
  font-family: 'Alibaba-PuHuiTi-Light';
  font-weight: bold;
  font-style: italic;
  color: rgba(66, 60, 57, 1);
}

.descript_area .txt span.m {
  display: none;
}

.descript_area .txt span.pc {
  display: block;
}

.details_area {
  display: block;
  max-width: 1240px;
  margin-bottom: 84px;
  margin-right: auto;
  margin-left: auto;
}

.details_con {
  display: block;
  width: 1240px;
  margin: 0px auto;
  height: 250px;
}

.detail_list {
  display: block;
  height: 250px;
}

.detail_list li {
  display: inline-block;
  float: left;
  height: 250px;
  width: 400px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 145, 0, 0.2);
}

.detail_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.detail_list li a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 144, 42, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.detail_list li p {
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, 0);
  padding-bottom: 3px;
  transition: border-bottom 0.3s ease-out;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-style: italic;
  font-weight: 500;
  padding-bottom: 5px;
  -webkit-transition: width 1s linear;
}

.detail_list li p:after {
  content: ' ';
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
}

.detail_list li img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out;
  mix-blend-mode: darken;
}

.detail_list li a:hover:after {
  opacity: 1;
}

.detail_list li a:hover p:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.detail_list li a:hover img {
  transform: scale(1.024);
}


/*客户介绍*/

.link_area {
  display: block;
  width: 100%;
  min-width: 1280px;
  height: 848px;
  background: #1b1f25;
}

.link_area .link_hook {
  display: block;
  width: 1280px;
  height: 848px;
  margin: 0px auto;
}

.link_area .link_tab {
  display: block;
  width: 36%;
  height: 100%;
  float: left;
}

.link_area .tab_list {
  display: block;
  height: 100%;
}

.link_area .tab_list li {
  display: block;
  height: 25%;
  opacity: 0.4;
  position: relative;
}

.link_area .tab_list .tit {
  display: block;
  font-size: 30px;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: -4.9%;
  transition: margin-left 0.3s ease-out;
  right: 32px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
}

.link_area .tab_list .txt {
  display: block;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: 5.8%;
  transition: margin-left 0.3s ease-out;
  right: 30px;
  font-family: 'Alibaba-PuHuiTi-Light';
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
  text-overflow: -o-ellipsis-lastline;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.link_area .tab_list .icon {
  display: block;
  height: 16px;
  width: 54px;
  background: url(../images/icon.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: 18.8%;
  opacity: 0;
  transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .tab_list li.list_item_2 .icon {
  margin-top: 12.5%;
}

.link_area .tab_list li.list_item_3 .icon {
  margin-top: 6.8%;
}

.link_area .tab_list li.list_item_4 .icon {
  margin-top: 5.8%;
}

.link_area .tab_list .tit:after {
  display: block;
  content: "";
  height: 70px;
  width: 6px;
  background: #FF902A;
  position: absolute;
  left: 50%;
  margin-left: -62%;
  top: 18%;
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.link_area .tab_list li.list_item_2 .tit {
  margin-top: -10.9%;
}

.link_area .tab_list li.list_item_2 .txt {
  margin-top: -0.2%;
}

.link_area .tab_list li.list_item_3 .tit {
  margin-top: -16.3%;
}

.link_area .tab_list li.list_item_3 .txt {
  margin-top: -6.2%;
}

.link_area .tab_list li.list_item_4 .tit {
  margin-top: -16.3%;
}

.link_area .tab_list li.list_item_4 .txt {
  margin-top: -6.2%;
}

.link_area .tab_list li.current {
  opacity: 1;
}

.link_area .tab_list li.current .tit {
  margin-left: -28%;
}

.link_area .tab_list li.current .txt {
  margin-left: -28%;
}

.link_area .tab_list li.current .tit:after {
  opacity: 1;
  transform: translate(0px, 0px);
}

.link_area .tab_list li.current .icon {
  opacity: 1;
  margin-left: -27.5%;
}

.link_area .link_content {
  display: block;
  width: 64%;
  height: 848px;
  margin-left: 36%;
  overflow: hidden;
}

.link_area .link_content .con {
  display: none;
  width: 100%;
  height: 100%;
}

.link_area .link_content .con_1 {
  display: block;
}

.link_area .link_con_list {
  display: block;
  width: 100%;
  height: 100%;
}

.link_area .link_con_list li {
  display: block;
  width: 50%;
  float: left;
  height: 50%;
  background-size: cover;
  overflow: hidden;
  background-blend-mode: multiply;
}

.link_area .link_con_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.link_area .con_1 .link_con_list li.item_1 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_1 .link_con_list li.item_2 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_1 .link_con_list li.item_3 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
 
}

.link_area .con_1 .link_con_list li.item_4 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_2 .link_con_list li.item_1 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_2 .link_con_list li.item_2 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_2 .link_con_list li.item_3 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
  width: 100%;
}

.link_area .con_3 .link_con_list li.item_1 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_3 .link_con_list li.item_2 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_3 .link_con_list li.item_3 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center; 
   width: 100%;
}

.link_area .con_3 .link_con_list li.item_4 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_4 .link_con_list li.item_1 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_4 .link_con_list li.item_2 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .con_4 .link_con_list li.item_3 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
  width: 50%;
}

.link_area .con_4 .link_con_list li.item_4 {
  background: url(../images/index_img03.png) rgba(27, 24, 21, 0.2) no-repeat center;
}

.link_area .link_con_list .script {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.link_area .link_con_list .script .tit {
  display: block;
  margin-left: 43px;
  margin-top: 119px;
  font-size: 24px;
  transition: margin-top 0.3s ease-out;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 1)
}

.link_area .link_con_list .script .txt {
  display: block;
  margin-left: 43px;
  margin-top: 9px;
  line-height: 1.8;
  font-size: 16px;
  opacity: 0;
  transform: translate(0px, 15px);
  transition: opacity 0.3s ease-out;
  margin-right: 43px;
  font-family: 'Alibaba-PuHuiTi-Light';
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
}

.link_area .link_con_list .script .icon {
  display: block;
  height: 14px;
  width: 31px;
  background: url(../images/j_icon@2x.png) no-repeat 0 0;
  position: absolute;
  right: 71px;
  top: 71px;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .link_con_list li a:hover .script .tit {
  margin-top: 59px;
}

.link_area .link_con_list li a:hover .script .txt {
  opacity: 1;
  transform: translate(0px, 0);
}

.link_area .link_con_list li a:hover .script .icon {
  animation: a_arrow_r 0.2s linear forwards;
}

@keyframes a_arrow_r {
  0% {
    opacity: 0;
  right: 71px;
}
100% {
  opacity: 1;
  right: 51px;
}
}


/* 产品介绍 */

.type-box .row {
  width: 100%;
}

.type-box .row-1 .item-1 {
  width: 64%;
  background: url(../images/index_img10.png) rgba(6, 136, 236, 0.4) no-repeat center;
  background-size: cover;
  height: 300px;
  float: left;
  padding: 40px;
  background-blend-mode: multiply;
}

.type-box .row-1 .item-2 {
  width: 36%;
  background: url(../images/index_img10.png) rgba(22, 177, 124, 0.4) no-repeat center;
  background-size: cover;
  height: 600px;
  float: left;
  padding: 40px;
  background-blend-mode: multiply;
}

.type-box .row-1 .item-3 {
  width: 37%;
  background: url(../images/index_img10.png) rgba(22, 177, 124, 0.4) no-repeat center;
  background-size: cover;
  height: 300px;
  float: left;
  padding: 40px;
  background-blend-mode: multiply;
}

.type-box .row-1 .item-4 {
  width: 27%;
  background: url(../images/index_img10.png) rgba(155, 38, 182, 0.4) no-repeat center;
  background-size: cover;
  height: 300px;
  float: left;
  padding: 40px;
  background-blend-mode: multiply;
}

.type-box .row .item {
  box-sizing: border-box;
  float: left;
  padding: 40px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.type-box .row .item .title {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 1)
}

.type-box .row .item .mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  transform: translate(0, 300px);
  transform-origin: bottom;
  transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -moz-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -ms-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -o-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.type-box .row-1 .item-1 .mask-bg {
  background: rgba(0, 82, 217, 1)
}

.type-box .row-1 .item-2 .mask-bg2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  transform: translate(0, 600px);
  transform-origin: bottom;
  transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -moz-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -ms-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -o-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  background: rgba(22, 177, 124, 1);
}

.type-box .row-1 .item-3 .mask-bg {
  background: rgba(22, 177, 124, 1);
}

.type-box .row-1 .item-4 .mask-bg {
  background: #9B26B6
}

.type-box .row-1 .item-5 .mask-bg {
  background: rgba(150, 140, 131, 1)
}

.type-box .row-1 .item-6 .mask-bg {
  background: rgba(0, 169, 206, 1);
}

.type-box .row .item .label {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 25px;
  font-family: 'Alibaba-PuHuiTi-Light';
  font-weight: 400;
  font-style: italic;
  position: relative;
  opacity: 0;
  transform: translate(0, 80px);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
  -webkit-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
  -moz-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
  -ms-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
  -o-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.type-box .row .item .label img{  
  margin-top: 20px;
}

.type-box .row .item:hover .mask-bg {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}

.type-box .row .item:hover .mask-bg2 {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}

.type-box .row .item:hover .label {
  opacity: 1;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}

.type-box .row-1 .item-5 {
  width: 64%;
  background: url(../images/index_img10.png) rgba(150, 140, 131, 0.4) no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
}

.type-box .row-1 .item-6 {
  width: 36%;
  background: url(../images/index_img10.png) rgba(0, 169, 206, 0.4) no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
}


/*研究院*/

.resp_area {
  display: block;
  width: 1240px;
  height: 620px;
  margin: 84px auto;
  position: relative;
}

.resp_area .public_welfare {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.resp_area .resp_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: 68px;
  top: 50%;
  margin-top: -8.3%;
}

.resp_area .resp_details .tit {
  display: block;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(27, 24, 21, 1);
}

.resp_area .resp_details .txt {
  display: block;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
  font-family: 'Alibaba-PuHuiTi-Light';
  font-weight: 300;
  font-style: italic;
  color: rgba(27, 24, 21, 1);
}

.resp_area .resp_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(../images/index_r_icon.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}


/*商学院*/

.develop_area {
  display: block;
  width: 100%;
  min-width: 1280px;
  position: relative;
  background-color: #E5D7CA;
  height: 761px;
  margin-top: 96px;
}

.develop_con {
  width: 1250px;
  margin: 0 auto;
}

.develop_area .develop_details {
  display: block;
  width: 450px;
  position: absolute;
  /**
  left: 6.6%;
  */
  top: 16%;
  z-index: 1;
}

.develop_area .develop_details .tit {
  display: block;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(27, 24, 21, 1);
}

.develop_area .develop_details .txt {
  display: block;
  width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: 'Alibaba-PuHuiTi-Light';
  font-weight: 300;
  color: rgba(27, 24, 21, 1);
}

.develop_area .develop_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(../images/index_r_icon.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}

.develop_area .slide_area {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.develop_area .slide_list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  height: 761px;
}

.develop_area .slide_list li {
  display: inline-block;
  width: 100%;
  height: 761px;
  float: left;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.develop_area .slide_list li.active {
  opacity: 1;
}

.develop_area .slide_list .li1 {
  background: url(../images/index_t_img.png) no-repeat right bottom;
}

.develop_area .slide_list .li2 {
  background: url(../images/index_t_img.png) no-repeat right bottom;
}

.develop_area .slide_list .li3 {
  background: url(../images/index_t_img.png) no-repeat right bottom;
}

.slide-tab {
  position: absolute;
  right: 32px;
  bottom: 24px;
}

.slide-tab .li {
  float: left;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  cursor: pointer;
}

.slide-tab .li.active {
  width: 24px;
  background: #FE7F16;
}

.block-link {
  display: block;
  height: 100%;
  width: 100%;
}

.both {
  clear: both;
}


/* 发展历史 */

.history-header {
  height: 384px;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top: 84px;
  background: url(../images/index_img13.png) rgba(255, 144, 42, 0.4) no-repeat center;
  background-blend-mode: multiply;
  width: 100%;
  min-width: 1280px;
}

.history-header h2 {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  padding-top: 150px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
}

.progress-bar {
  width: 530px;
  margin: auto;
  padding-top: 70px;
}

.progress-bar .node {
  width: 24px;
  height: 24px;
  float: left;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.progress-bar .node .txt {
  position: absolute;
  font-size: 16px;
  top: -30px;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.progress-bar .node .core {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.progress-bar .node.active .core {
  background: #fff;
}

.progress-bar .line {
  float: left;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  width: 100px;
  margin-top: 11px;
}

.history-content {
  height: 413px;
  background: #FBFBFB;
  color: #5F6464;
  overflow: hidden;
  margin-bottom: 84px;
  width: 100%;
  min-width: 1280px;
}

.history-main {
  width: 10000px;
  position: absolute;
}

.history-main-box {
  width: 384px;
  float: left;
  margin-right: 25px;
}

.history-title {
  font-size: 24px;
  padding-top: 40px;
  line-height: 36px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  font-style: italic;
  color: rgba(27, 24, 21, 1);
  padding-bottom: 8px;
  border-bottom: 1px solid #D8D9DC;
  margin-bottom: 18px;
}

.history-main-box .li {
  line-height: 25px;
  margin-bottom: 18px;
  font-size: 16px;
}

.history-main-box .li .left {
  float: left;
  width: 40px;
  padding-right: 10px;
  text-align: right;
}

.history-main-box .li .right {
  width: 320px;
  float: left;
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-weight: 400;
  color: #6F6965;
}

.history-content .mod-con {
  position: relative;
}